RowHeight
Specifies a default (starting) height of rows in a view.
cs
[DefaultValue(DefaultRowHeight)] public int RowHeight { get; set; }
Single row can be later resized via
Height property of row instance.
Example
cs
NextGrid1[10].Height := 24;
Specifies a default (starting) height of rows in a view.
[DefaultValue(DefaultRowHeight)] public int RowHeight { get; set; }
Single row can be later resized via
Height property of row instance.
NextGrid1[10].Height := 24;